-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tilt metrics fix + docs update #308
Conversation
Hi @hrak. Thanks for your PR. I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
✅ Deploy Preview for kubernetes-sigs-cluster-api-cloudstack ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
54b78dd
to
6fa985f
Compare
/approve |
@rohityadavcloud a jenkins job has been kicked to run test with following paramaters:
|
Codecov ReportPatch and project coverage have no change.
Additional details and impacted files@@ Coverage Diff @@
## main #308 +/- ##
=======================================
Coverage 25.47% 25.47%
=======================================
Files 59 59
Lines 5554 5554
=======================================
Hits 1415 1415
Misses 4000 4000
Partials 139 139 ☔ View full report in Codecov by Sentry. |
Setting up environment failed |
Can someone please check this bot? |
/run-e2e -c 4.18 |
@vishesh92 a jenkins job has been kicked to run test with following paramaters:
|
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: hrak, rohityadavcloud, vishesh92 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
6fa985f
to
84fd02a
Compare
Just pushed a small additional change that allows Tilt and e2e tests to replace the metrics listen address (and removes a hack that made this work in e2e before) |
This is done by cluster-api tilt-prepare now Signed-off-by: Hans Rakers <[email protected]>
+ add feature gate example Signed-off-by: Hans Rakers <[email protected]>
Signed-off-by: Hans Rakers <[email protected]>
84fd02a
to
6009a1c
Compare
/run-e2e -c 4.18 |
@weizhouapache a jenkins job has been kicked to run test with following paramaters:
|
/run-e2e -c 4.18 |
@rohityadavcloud a jenkins job has been kicked to run test with following paramaters:
|
/ok-to-test |
/run-e2e -c 4.19 |
@weizhouapache a jenkins job has been kicked to run test with following paramaters:
|
/run-e2e -c 4.19 |
@vishesh92 a jenkins job has been kicked to run test with following paramaters:
|
Test Results : (tid-485)
|
/lgtm |
Issue #, if available:
Description of changes:
This PR fixes an issue of CAPC failing to start with the following error due to double injection of prometheus metrics settings (this is taken care of by tilt-prepare now)
Build Failed: Deployment.apps "capc-controller-manager" is invalid: spec.template.spec.containers[0].ports[2].name: Duplicate value: "metrics"
It also updates the tilt docs to remove old info regarding credentials, and adds an example on how to enable a CAPI feature gate.
Testing performed:
make tilt-up successfully starts CAPC.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.